projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9b8f42
)
stubby: Fix UCI command in README
author
Salim B
<
[email protected]
>
Sun, 4 Aug 2019 21:15:21 +0000
(21:15 +0000)
committer
Salim B
<
[email protected]
>
Sun, 4 Aug 2019 21:20:19 +0000
(23:20 +0200)
Signed-off-by: Salim B <
[email protected]
>
net/stubby/files/README.md
patch
|
blob
|
history
diff --git
a/net/stubby/files/README.md
b/net/stubby/files/README.md
index bc5344cd807dc05b0417b1f76d50e784fc33171b..12fcef3974084f35f8806f887df98c5a4b6bad55 100644
(file)
--- a/
net/stubby/files/README.md
+++ b/
net/stubby/files/README.md
@@
-86,7
+86,7
@@
to use resolvers found in `/etc/resolv.conf` by setting the dnsmasq option
command line:
uci add_list dhcp.@dnsmasq[-1].server='127.0.0.1#5453'
- uci dhcp.@dnsmasq[-1].noresolv=1
+ uci
set
dhcp.@dnsmasq[-1].noresolv=1
uci commit && reload_config
The same outcome can be achieved in the LUCI web interface as follows: